projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f75f0
)
Fix message.el compilation warning
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 20 Aug 2020 15:17:48 +0000
(17:17 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 20 Aug 2020 15:17:48 +0000
(17:17 +0200)
* lisp/gnus/message.el (smtpmail-stream-type): Fix compilation
warning from last change.
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index e2f813339f7ee5b3354a85b03382837fe229445d..e10322417d8b4cb942c2cb5440781f98ee601cb7 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-4852,6
+4852,7
@@
Each line should be no more than 79 characters long."
(defvar smtpmail-smtp-server)
(defvar smtpmail-smtp-service)
(defvar smtpmail-smtp-user)
+(defvar smtpmail-stream-type)
(defun message-multi-smtp-send-mail ()
"Send the current buffer to `message-send-mail-function'.